2005-10-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Fix whitespace
in a blurb. (#319499, Francisco Javier F. Serrador)
+2005-10-25 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Fix whitespace
+ in a blurb. (#319499, Francisco Javier F. Serrador)
+
2005-10-24 Matthias Clasen <mclasen@redhat.com>
Add settings to hide the input method and Unicode control character
+2005-10-25 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Fix whitespace
+ in a blurb. (#319499, Francisco Javier F. Serrador)
+
2005-10-24 Matthias Clasen <mclasen@redhat.com>
Add settings to hide the input method and Unicode control character
g_object_interface_install_property (g_iface,
g_param_spec_boolean ("do-overwrite-confirmation",
P_("Do overwrite confirmation"),
- P_("Whether a file chooser in save mode"
+ P_("Whether a file chooser in save mode "
"will present an overwrite confirmation dialog "
- " if necessary."),
+ "if necessary."),
FALSE,
GTK_PARAM_READWRITE));
}